lib.path

Undocumented in source.

Members

Functions

escape_space
auto escape_space(string given_path)

Escape spaces in the path

posixify_path
auto posixify_path(string path)

Convert windows path to posix path by replaceing \ with /. It returns the path as is on non-windows

wslify_path
auto wslify_path(string windowsPath)

Convert windows path to WSL path

Meta